home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 2 / Shareware Gold II - Volume 2 Number 1 - Wayzata Technology (7071) (1991).iso / dosutil / dostoolb / order.txt < prev    next >
Text File  |  1990-04-10  |  17KB  |  445 lines

  1.    Information and order forms:
  2.  
  3.    ======================================================
  4.  
  5.    The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
  6.    more powerful for the professional.
  7.  
  8.    DIRECTORY MASTER is a powerful hard disk managment utility. It
  9.    brings up your hard disk files and allows you to mark selected
  10.    files so you can copy them, delete them, or move them. It also
  11.    allows you to rename files, change dates, and change attributes.
  12.    You can also run programs or set up your function keys to run
  13.    programs on selected files.
  14.  
  15.    DOLIST makes being at DOS easier. It gives you full line editing,
  16.    like a word processor, for your commands. It also stores commands
  17.    so that you can re-execute them. It remembers subdirectories and
  18.    allows you to go back to them by pressing the TAB key. It offers
  19.    programmable function keys, DOS extensions, multiple execution,
  20.    and many more features you have got to have.
  21.  
  22.    PICK DIRECTORY allows you to move through the directory system by
  23.    displaying a graphic tree and letting you use your arrow keys to
  24.    move around. It also lets you create, delete, rename, and hide
  25.    directories.
  26.  
  27.    TEDIT (from SemWare) is a powerful, easy to use full screen
  28.    editor.
  29.  
  30.    MARXTSR is a set of memory and TSR management utilities that let
  31.    you load and unload TSRs (Terminate and stay resident programs)
  32.    from memory. Utilities to list menory allocation and turn TSR's
  33.    on and off.
  34.  
  35.    And many more ... Also includes is D, a fancy directory listing
  36.    program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
  37.    FIND, FREE, PIPEDIR, VERSION, and many more.
  38.  
  39.    The Dos Toolbox sells for $59.95.
  40.  
  41.    ======================================================
  42.  
  43.    MARXMENU:
  44.  
  45.    For the menu user who is interested in POWER!
  46.  
  47.    MarxMenu version 1.99 is a menu system that uses NO RAM. MarxMenu
  48.    is compatible with all networks and contains a powerful menu
  49.    language. This language gives you complete screen control as well
  50.    as conditional menus. Math and string functions as well as
  51.    multidimensional arrays are supported. MarxMenu can read
  52.    environment variables, ports, ram locations, time, dates, the
  53.    contents of text files, ect. and make decisions on them.
  54.  
  55.    Screen control includes multi-layer exploding windows with
  56.    unlimited number of selections and unlimited windows. 43/50 line
  57.    ega and vga modes are supported. MarxMenu contains a screen
  58.    blanker, password security on anything, keyboard lockout.
  59.    MarxMenu can run programs while staying resident and read the dos
  60.    errorlevel codes they return or marxmenu can return custom
  61.    errorlevel codes to a calling program or batch file. MarxMenu can
  62.    view text files in a window, read text files into an array and
  63.    let you choose a line from that array in a window. MarxMenu can
  64.    write string arrays to text files.
  65.  
  66.    This menu system is targeted at the user whose primary interest
  67.    is POWER! Here is a simple sample of what MarxMenu script looks
  68.    like:
  69.  
  70.    ==========================================
  71.  
  72.    ;This menu is a sample of a simple menu.
  73.    ;To run this menu type 'MARX SAMPLE'
  74.  
  75.    TextColor Yellow Red
  76.    ClearScreen
  77.    BoxBorderColor Green Blue
  78.    BoxInsideColor Yellow Blue
  79.    DrawBox 25 7 32 13
  80.    WriteCenter '* Sample Menu *'
  81.    Writeln
  82.    Writeln
  83.    Writeln '   A - Directory'
  84.    Writeln '   B - Wide Directory'
  85.    Writeln '   C - Run ChkDsk'
  86.    Writeln '   D - Type Menu to Screen'
  87.    Writeln '   E - Edit This Menu'
  88.    Writeln '   F - Drop to Dos'
  89.    Writeln ' Esc - Exit'
  90.    Writeln
  91.    Write ' Select: '
  92.  
  93.    OnKey 'A'
  94.       DIR
  95.       Pause   ;Lets you see the directory before screen clears
  96.  
  97.    Onkey 'B'
  98.       DIR/W
  99.       Pause
  100.  
  101.    OnKey 'C'
  102.       CHKDSK
  103.       Pause
  104.  
  105.    OnKey 'D'
  106.       TYPE SAMPLE.MNU|MORE
  107.       Pause
  108.  
  109.    OnKey 'E'
  110.       TEDIT SAMPLE.MNU
  111.  
  112.    OnKey 'F'
  113.       @Echo To Return to the SAMPLE menu type EXIT
  114.       @Echo .
  115.       COMMAND
  116.  
  117.  
  118.    MarxMenu comes with MarxEdit and MARXTSR manager and a few
  119.    goodies out of the DOS ToolBox.
  120.  
  121.    ==========================================
  122.  
  123.    Directory Master Version 3 Beta Test.
  124.    Copyright 1985-1990 by Marc Perkel * All Rights Reserved
  125.  
  126.    Dedicated to the hard core DOS ToolBox user.
  127.  
  128.    DM3 is flat out the most powerful file manager period. This
  129.    program is for the hard core power user as well as the novice.
  130.  
  131.    DM3 is based on a different idea that DM2. DM2 was completely
  132.    self contained. All you needed was DM.COM to run. DM3 is a series
  133.    of programs that all work together. It assumes you have a hard
  134.    disk. Because of this don't throw away your DM2. There will be a
  135.    few times where it comes in handy.
  136.  
  137.    I gotten a lot of calls about "Why don't you add this to DM?" DM3
  138.    attempts to deal with that by being able to link into the MarxMenu
  139.    command language. This allows you to add most any feature you want.
  140.    That is the main concept and what is unique about DM3. You can
  141.    add your own features!
  142.  
  143.    DM3 requires the Computer Tyme DOS ToolBox and MARXMENU to run.
  144.    Some functions of the old DM have been removed in order to keep
  145.    DM3 small. These function have been replaced by the enhanced
  146.    ability to run other programs.
  147.  
  148.    This is an attempt to be everything to everyone. No longer will
  149.    you have to ask "Why don't you make it work like ....". If you
  150.    want it you make DM3 run it.
  151.  
  152.    DM3 is controlled by the file DM3.SET. Instruction within this
  153.    file will explain itself.
  154.  
  155.    If you have MarxMenu, the compress file menu can be called up
  156.    by pressing Alt-F10. The format menu is Shft-F1. Pressing F2
  157.    while pointing to a ZIP file brings up the ZIP menu.
  158.  
  159.    I'm looking forward to your feedback. Not only for bugs but the
  160.    look and feel of the program. Eventually, DM3 will have it's
  161.    own manual.
  162.  
  163.    ============================================================
  164.  
  165.    Differences between DM3 and DM2.
  166.  
  167.    In addition to the F7 tree mode, F9 is programmed to run Pick
  168.    Directory from the DOS TOOLBOX. Pick Directory must already be set
  169.    up on you system to run. Besides using Pick Directory to move to a
  170.    chosen directory, you can create and delete directories.
  171.  
  172.    The F8 key is used to select a path from a directory stack. This
  173.    stack is a list of subdirectories that you have either been to or
  174.    copied to since you loaded DM3.
  175.  
  176.    F8 requires that you have accessed more than one directory since
  177.    starting DM3. If you have accessed 2 or more, F8 will bring up a
  178.    menu of directories in the stack to choose from.
  179.  
  180.    When the choices appear, just type the number next to the choice
  181.    in order to select it. Or, if a choice is close, you can select
  182.    TAB to edit a choice. DM3 will ask you which one to edit and you
  183.    can then type in what you want.
  184.  
  185.    The F8, or directory stack can be accessed during a copy or move
  186.    command. When you are prompted for a path, you select F8 and the
  187.    directory stack appears. Pick Directory is also available to the
  188.    copy and move commands. Just type a return when prompted for a
  189.    path and Pick Directory will appear.
  190.  
  191.    In addition, if your programmable function keys are set up to run
  192.    some other change directory program, such as Norton Change
  193.    Directory, DM3 can use it to point to where to copy or move to.
  194.    Just type your programmable key when prompted for a path.
  195.  
  196.    Rename allows you to change Name, Date, and TIME of files.
  197.  
  198.    The sort options now include UNSORTED.
  199.  
  200.    WildCard marking allows you to type multiple wildcards on the same
  201.    line and mark all files that match any of the wildcards. You can
  202.    also wildcard mark by date range.
  203.  
  204.    DM2 takes up about 105k of ram when running a program. DM3 takes
  205.    up only 1200 bytes.
  206.  
  207.    DM2 was limited to 1024 files per directory, DM3 will access about
  208.    2800 files.
  209.  
  210.    DM3 uses a file called DM3.SET to control its AUTORUN and
  211.    programmable function key features. It also can be programed for
  212.    AUTOEDIT and AUTOVIEW commands. This allows you to select the best
  213.    VIEW or EDIT program based not only on the extension, but what
  214.    directory the file is in.
  215.  
  216.    Alt-T allows you to set the TIME and DATE of all marked files.
  217.  
  218.    Alt-S is used for setup. This allows you to change and save your
  219.    favorite DM3 configuration. These setups include exploding
  220.    windows, shadowed windows, sound effects, mono only, explode
  221.    speed, colors, default temp file path, editor, and view programs,
  222.    video snow checking, and editing the DM3.SET file. You can save
  223.    your defaults back to DM3.EXE.
  224.  
  225.    DM3 has a NOVICE mode that helps keep new users out of trouble.
  226.  
  227.    In addition to full screen help, DM3 also has an on screen mini
  228.    help system. This allows you to keep the commands in front of you.
  229.  
  230.    DM3 supports 43/50 line EGA/VGA modes.
  231.  
  232.    DM3 is integrated into the MarxMenu language. This allows you to
  233.    write your own custom popup menus. this way, you can add your own
  234.    features to DM3.
  235.  
  236.    The '-' (minus) key allows you to move one directory towards the
  237.    root. The '*' allows you to switch between the last two accessed
  238.    directories.
  239.  
  240.    You can set the Overwrite file warning mode. This controls what
  241.    DM3 does when you are about to copy or move over an existing
  242.    file. It has 3 modes that can be set. Mode one always overwrites
  243.    and never asks. Mode 2 asks only if the file you are about to
  244.    overwrite is newer than the original file. Mode 3 always asks
  245.    before an overwrite. Mode 2 is the default.
  246.  
  247.    ============================================================
  248.  
  249.    DM Ver 3.02
  250.  
  251.    The F5 key, which is used to change drives now shows you a list
  252.    of all drives who's current directory is not the root directory.
  253.    You can still select other drives that are not listed by the
  254.    drive letter. The tab key allows you to edit the directory for
  255.    the drive the same way it does for the F8 key.
  256.  
  257.    When using the F5 or F8 keys and then using TAB to edit a
  258.    selection, if you press F9 it will bring up Pick Directory
  259.    starting at the path that you are exiting. You can then use
  260.    Pick Directory to point to the directory. You can also use any of
  261.    you function keys programmed to run a program used to point to a
  262.    directory.
  263.  
  264.    New MarxMenu included called DM3PD.MNU which I've got set up on
  265.    the CF3 key. This menu allows you to select a directory based on
  266.    a partial name match. You type in as many letters of the name
  267.    that you can remember, and it will bring up a list of directory
  268.    names that contain those characters.
  269.  
  270.    ============================================================
  271.  
  272.    DM Ver 3.03
  273.  
  274.    Added a lot of options to the WildCard command. You can now
  275.    wildcard unmark files. You can also choose to Mark/UnMark files
  276.    that are not selectedd by the mask or the date range. You can
  277.    also remove files from the list by wildcard or date range. This
  278.    also includes the option to remove what is either selelcted or
  279.    not selected.
  280.  
  281.    For the purposes of smooth upgrading to newer versions of DM3,
  282.    I've added an option to Save/Load setup from a text file. This
  283.    way you can save your old setup, load the new DM3, and load the
  284.    setup.
  285.  
  286.    If you set a temporary file path that doesn't exist, DM3 will now
  287.    automatically clear the TempPath to an empty string. This will
  288.    cause the current directory to be used for temporary files.
  289.  
  290.    ============================================================
  291.  
  292.    DM Ver 3.05
  293.  
  294.    Most of the work since 3.03 has been to fix a few bugs, clean
  295.    things up internally, make it run faster, and make it as
  296.    intelegent as possible.
  297.  
  298.    Added the ability to select EGA 43/50 line mode from the setup
  299.    menu.
  300.  
  301.    ============================================================
  302.  
  303.    DM Ver 3.06
  304.  
  305.    Rarely ever does one come up with a new feature that no one has
  306.    ever thought of and is extremely useful. Well, I came up with
  307.    one and it's so good that it can be compared to sex.
  308.  
  309.    The 'Y' key now compares the current directory with any other
  310.    directory and allows to to select files based on the comparison.
  311.    By select, what I mean is I can compare based on matching names,
  312.    non matching names, dates based on =, <>, >, <, >=, <=. After
  313.    comparing I can the mark selected files, mark unselected files,
  314.    unmark selected files, unmark unselected files, remove selected
  315.    files from list, and remove unselected files from list. In all
  316.    there are 84 comparisons possible.
  317.  
  318.    What this means to you is that you can Mark files in the current
  319.    directory that have the same name in the other directory but the
  320.    dates are newer. Or you can copy all the files in the current
  321.    directory that don't have a match in the other directory.
  322.  
  323.    I also got rid of the 'X' command and replaced it with the 'O'
  324.    command which brings up a menu. The 'O' allows you to reverse
  325.    marks like 'X' did but it also allows you to mark files from the
  326.    pointer up, or down, or unmark files from the pointer up or down.
  327.    You can remove files from the list above or below the pointer. It
  328.    allows you to remove marked files from the list or unmarked files
  329.    from the list.
  330.  
  331.    The 'W' or WildCard command has been rewritten to be more
  332.    powerful and easier to use.
  333.  
  334.    ============================================================
  335.  
  336.    DM Ver 3.07
  337.  
  338.    Nothing really new here. After adding a lot of features, I'm now
  339.    in a fix bugs cycle. Version 3.06 had several annoying video
  340.    related bugs that I hope I have now fixed.
  341.  
  342.    ============================================================
  343.  
  344.    Using DM3:
  345.  
  346.    DM3 will work as a replacement for DM2. Print out the DM3.SET
  347.    file and study it. This is where you configure your fancy
  348.    execution commands. If you don't want to get that involved right
  349.    away, ignore it for now. If you are running on a network, you
  350.    will want to point the temporary path to a directory where the
  351.    users have full access.
  352.  
  353.    DM3 uses Pick Directory, PIPEDIR, and DOLIST from the ToolBox and
  354.    MarxMenu. Without these programs, several features will not work.
  355.  
  356.    Make sure that you have Pick Directory configured by using the
  357.    PD/S <drive list> command.
  358.  
  359.    ============================================================
  360.  
  361.    DM3 will be sold as an upgrade to the DOS ToolBox. You must first
  362.    own the DOS ToolBox to order. In order to use user defined menus
  363.    with DM3, you will need a copy of MarxMenu. Make sure you have
  364.    sent in your registration cards.
  365.  
  366.    This upgrade will sell retail for $59.95. I'm offering an early
  367.    bird special of $40 for those of you willing to work with it
  368.    before it's finished. You will eventually get a manual and an
  369.    upgrade when it comes out. Those of you who haven't purchased the
  370.    DOS ToolBox will need to get it also.
  371.  
  372.    The Network upgrade will be $495. Early bird special will be
  373.    $250.
  374.  
  375.    We are also selling QEdit from Semware. QEdit is a professional
  376.    editor from Semware. TEdit is a mini version of QEdit. If you
  377.    like TEdit, You'll love QEdit.
  378.  
  379.    1-800-548-5353 Order Line
  380.    1-417-866-1222 Voice Line
  381.    1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
  382.  
  383.  
  384.  
  385.  
  386.      Make Check            Computer Tyme            Order Form 3.00
  387.      Payable To:        216 South Glenstone
  388.                        Springfield Mo. 65802
  389.                   (417) 866-1222  (800) 548-5353
  390.  
  391.      Please send me the Computer Tyme Software.
  392.  
  393.      =============================================================
  394.  
  395.      Name:        ________________________________________________
  396.  
  397.      Address:     ________________________________________________
  398.  
  399.      City/St/Zip: ________________________________________________
  400.  
  401.      Phone:       ________________________________________________
  402.  
  403.      Computer:    ________________________________________________
  404.  
  405.      Got From:    ________________________________________________
  406.  
  407.      Comments:    ________________________________________________
  408.  
  409.                   ________________________________________________
  410.  
  411.  
  412.      ___ Enclosed is $59.95 for The DOS ToolBox.
  413.  
  414.      ___ Enclosed is $59.95 for MarxMenu.
  415.  
  416.      ___ Enclosed is $99.95 for MarxMenu and the Dos ToolBox.
  417.  
  418.      ___ Enclosed is $40.00 for the early bird DM3 upgrade.
  419.  
  420.      ___ Enclosed is $99.95 for DM3 and the Dos ToolBox.
  421.  
  422.      ___ Enclosed is $149.95 for DM3 the Dos ToolBox and MarxMenu.
  423.  
  424.      ___ Enclosed is $49.95 for QEdit (from SemWare).
  425.  
  426.      Network licenses are sold on a per fileserver basis.
  427.  
  428.      ___ Enclosed is $495 for The DOS ToolBox network version.
  429.  
  430.      ___ Enclosed is $495 for MarxMenu network version.
  431.  
  432.      ___ Enclosed is $750 for Both network version.
  433.  
  434.      ___ Enclosed is $250.00 for the early bird DM3 upgrade.
  435.  
  436.      ___ Enclosed is $750 for DM3 and the Dos ToolBox.
  437.  
  438.      ___ Enclosed is $995 for DM3 the Dos ToolBox and MarxMenu.
  439.  
  440.      ___ Add $3.00 for Shipping and Handling.
  441.  
  442.      ___ I need 3 1/2 Inch Media.
  443.  
  444.      =============================================================
  445.